Contribution org.nuxeo.opensocial.container.auth.contrib--specificChains
In component org.nuxeo.opensocial.container.auth.contrib
org.nuxeo.opensocial.container.auth.contrib
inside nuxeo-opensocial-container-5.8.jar
This contribution is part of XML component Extension Point
Extension point specificChains of component PluggableAuthenticationService.Contributed Items
XML Source
<extension point="specificChains" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService">
<specificAuthenticationChain name="Opensocial">
<urlPatterns>
<url>/nuxeo/opensocial/gadgets/ifr.*</url>
</urlPatterns>
<replacementChain>
<plugin>OPENSOCIAL_FORM_AUTH</plugin>
</replacementChain>
</specificAuthenticationChain>
</extension>